projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa86f32
)
Add edebug specs for macros `1value' and `noreturn'.
author
Jonathan Yavner
<jyavner@member.fsf.org>
Sun, 30 Nov 2003 06:57:40 +0000
(06:57 +0000)
committer
Jonathan Yavner
<jyavner@member.fsf.org>
Sun, 30 Nov 2003 06:57:40 +0000
(06:57 +0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index 74ea2f37b227c594ea68969ae394c3a79ab632ad..1ef30a309a3bd286bc4f8911f550f2467a8cf14b 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-2090,6
+2090,10
@@
expressions; a `progn' form will be returned enclosing these forms."
(def-edebug-spec push (form sexp))
(def-edebug-spec pop (sexp))
+(def-edebug-spec 1value (form))
+(def-edebug-spec noreturn (form))
+
+
;; Anything else?